Task.MemValue[GET]



MemValue(Name As String) As Variant

Parameters

Name As String
Name of the variable as string.
ED
avaliable
RT
avaliable

Remarks

With "Task.MemValue("Name")=value" an internal variable is created and a value is assigned to it. There is no need to declare the variable before.

This variable can also be accessed from other tasks. So it allows the exchange of values between tasks.

See Also

Task